java.lang.Objectorg.nlogo.api.Approximate
public final class Approximate
| Method Summary | |
|---|---|
static double |
approximate(double n,
int places)
|
static double |
approximateCeiling(double n,
int places)
|
static double |
approximateFloor(double n,
int places)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static double approximate(double n,
int places)
public static double approximateCeiling(double n,
int places)
public static double approximateFloor(double n,
int places)